}
public int getPixel(String key) {
return (int)TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, getFloat(key), Resources.getSystem().getDisplayMetrics());
}
public String getString(String key) {
}
public int getPixel(String key) {
return getPixel(getFloat(key));
}
public String getString(String key) {